Posts tagged "Software Development"
Debug like a champion
This guest post by Juhis discusses five key tips for effective software debugging.
Creating wrappers for Windows exe files using Homebrew and Wine
Tutorial for creating MacOS Homebrew Casks for software originally intended for Windows only. This example will show how I created a MacOS wrapper for car diagnostics software FORScan. You will learn how to automate the process of running Windows apps on macOS with Wine integration and USB device handling.
Backup your MacOS keyboard shortcuts from command line
MacOS keyboard shortcuts can be backed up and imported using the defaults command line interface. This can be done for all shortcuts or for individual ones. The defaults command can also be used to find other keyboard shortcuts. However, the documentation for defaults is lacking, making it difficult to use.